Skip to content

Conversation

Arlodotexe
Copy link
Member

This PR attempts fix the ongoing CI errors caused by GitHub Actions updating the image to include net9.0 unexpectedly.

This setup forces only the specified dotnet version to be available when dotnet --list-sdks is run, avoiding the errors caused by the introduction of dotnet 9 and unblocking us while we work to resolve them in CommunityToolkit/Windows#563.

@Arlodotexe
Copy link
Member Author

Arlodotexe commented Nov 25, 2024

Reposting from CommunityToolkit/Windows#567

Looks like we're still getting NU1903 for Newtonsoft.Json in one of our test projects.

Checking locally, I've verified that these transitive references are only included on the test heads and don't affect our users. Since we're doing the fixup already in #563, we can suppress these for now to unblock the CI and undo when the update to net9 is complete.

@Arlodotexe Arlodotexe merged commit 62364fa into main Nov 25, 2024
21 checks passed
@Arlodotexe Arlodotexe deleted the fix/ci/unexpected-net9 branch November 25, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants